|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.epiphan.vga2usb.BasicFrame
com.epiphan.vga2usb.Frame
A single grabbed frame.
RawFrame
,
Grabber
Field Summary | |
protected PixelFormat |
format
The pixel format. |
protected int |
height
Frame height. |
protected int |
length
Part of the pixels array which is actually occupied by pixels. |
protected byte[] |
pixels
Frame pixels. |
protected int |
width
Frame width. |
Method Summary | |
int |
getHeight()
Returns the height of the frame (number of rows). |
java.awt.Image |
getImage()
Return an Image representation of this frame |
int |
getWidth()
Returns the width of the frame (number of columns). |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected PixelFormat format
protected int height
protected int length
protected byte[] pixels
protected int width
Method Detail |
public java.awt.Image getImage()
public final int getHeight()
public final int getWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |